The Portal Device Dashboard provides insights into devices that have been deployed with an application embedded with the Ditto SDK. With the Device Dashboard, you can gather and store peer-to-peer sync and network details automatically rather than needing to continuously query Ditto for this data.
smallPeerInfo
) Ditto system collection and avaiable for Ditto SDK version 4.4.0 and later.
Once enabled, you can access the following details for each device using the portal:
smallPeerInfo
in the Ditto SDK 4.8.0 and later.
To opt out of having device data written and transmitted to the Portal, you must disable smallPeerInfo
smallPeerInfo
feature needs to be manually enabled to collect data. Enable smallPeerInfo
before calling startSync()
using the following steps:
smallPeerInfo.isEnabled
set to true
:deviceName
property on the ditto
namespace and specify the desired name.
startSync()
to take effect.metadata
property on a device.